How to extract a dts from an Android Phone
How to extract a dts from an Android Phone 1) Get its boot.img     $ adb pull /dev/block/bootdevice/by-name/boot boot.img 2) Find out which dts is the device using     $ adb logcat # the device's boot process, watch the first few lines.     3) split the boo...